Click or drag to resize

ItemIsHidden Property

Contains the flag that indicates whether the item is hidden from view in the user interface.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public bool IsHidden { get; set; }

Property Value

Type: Boolean
true if this instance is hidden; otherwise, false.
See Also